[INFO] cloning repository https://github.com/shian15810/neobrew
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/shian15810/neobrew" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fshian15810%2Fneobrew", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fshian15810%2Fneobrew'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 791795ad17ff45af3a4957ed2032fab3bf0c7702
[INFO] checking shian15810/neobrew against try#b66808126f24f2f30898306a881e1676824ea80c for pr-133502-23
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fshian15810%2Fneobrew" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-0-tc2/source/.cargo/config.toml
[INFO] removed /workspace/builds/worker-0-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/shian15810/neobrew
[INFO] finished tweaking git repo https://github.com/shian15810/neobrew
[INFO] tweaked toml for git repo https://github.com/shian15810/neobrew written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/shian15810/neobrew on toolchain b66808126f24f2f30898306a881e1676824ea80c
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b66808126f24f2f30898306a881e1676824ea80c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/shian15810/neobrew already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b66808126f24f2f30898306a881e1676824ea80c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: Cargo.toml: unused manifest key `lints.cargo` (may be supported in a future version)
[INFO] [stderr] 
[INFO] [stderr] consider passing `-Zcargo-lints` to enable this feature.
[INFO] [stderr] warning: `neobrew` (manifest) generated 1 warning
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 84e14edabe8a01c2cb64cd445d4fffe7c97f9ada6f3f2f75e447370c62ecfa19
[INFO] running `Command { std: "docker" "start" "84e14edabe8a01c2cb64cd445d4fffe7c97f9ada6f3f2f75e447370c62ecfa19", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "84e14edabe8a01c2cb64cd445d4fffe7c97f9ada6f3f2f75e447370c62ecfa19", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "84e14edabe8a01c2cb64cd445d4fffe7c97f9ada6f3f2f75e447370c62ecfa19" "/opt/rustwide/cargo-home/bin/cargo" "+b66808126f24f2f30898306a881e1676824ea80c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "84e14edabe8a01c2cb64cd445d4fffe7c97f9ada6f3f2f75e447370c62ecfa19", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "84e14edabe8a01c2cb64cd445d4fffe7c97f9ada6f3f2f75e447370c62ecfa19" "/opt/rustwide/cargo-home/bin/cargo" "+b66808126f24f2f30898306a881e1676824ea80c" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr] warning: Cargo.toml: unused manifest key `lints.cargo` (may be supported in a future version)
[INFO] [stderr] 
[INFO] [stderr] consider passing `-Zcargo-lints` to enable this feature.
[INFO] [stderr] warning: `neobrew` (manifest) generated 1 warning
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]     Checking memchr v2.8.2
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]     Checking smallvec v1.15.2
[INFO] [stderr]     Checking tracing-core v0.1.36
[INFO] [stderr]     Checking futures-channel v0.3.32
[INFO] [stderr]     Checking indexmap v2.14.0
[INFO] [stderr]     Checking http v1.4.2
[INFO] [stderr]    Compiling anyhow v1.0.102
[INFO] [stderr]    Compiling tokio-macros v2.7.0
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling zerovec-derive v0.11.3
[INFO] [stderr]    Compiling displaydoc v0.2.6
[INFO] [stderr]    Compiling zerocopy v0.8.52
[INFO] [stderr]    Compiling zeroize_derive v1.5.0
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling aws-lc-rs v1.17.0
[INFO] [stderr]    Compiling pin-project-internal v1.1.13
[INFO] [stderr]     Checking simd-adler32 v0.3.9
[INFO] [stderr]     Checking aho-corasick v1.1.4
[INFO] [stderr]    Compiling zerofrom-derive v0.1.7
[INFO] [stderr]    Compiling yoke-derive v0.8.2
[INFO] [stderr]     Checking miniz_oxide v0.8.9
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]    Compiling serde_json v1.0.150
[INFO] [stderr]     Checking zeroize v1.9.0
[INFO] [stderr]     Checking regex-syntax v0.8.11
[INFO] [stderr]    Compiling zstd-safe v7.2.4
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]     Checking rustls-pki-types v1.14.1
[INFO] [stderr]    Compiling cc v1.2.64
[INFO] [stderr]    Compiling darling_core v0.20.11
[INFO] [stderr]     Checking pin-project v1.1.13
[INFO] [stderr]     Checking flate2 v1.1.9
[INFO] [stderr]     Checking concurrent-queue v2.5.0
[INFO] [stderr]    Compiling rustls v0.23.40
[INFO] [stderr]    Compiling either v1.16.0
[INFO] [stderr]     Checking http-body v1.0.1
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]     Checking event-listener v5.4.1
[INFO] [stderr]     Checking errno v0.3.14
[INFO] [stderr]     Checking socket2 v0.6.4
[INFO] [stderr]     Checking signal-hook-registry v1.4.8
[INFO] [stderr]     Checking mio v1.2.1
[INFO] [stderr]     Checking getrandom v0.3.4
[INFO] [stderr]     Checking http-body-util v0.1.3
[INFO] [stderr]     Checking zerofrom v0.1.8
[INFO] [stderr]    Compiling itertools v0.14.0
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking rand_core v0.9.5
[INFO] [stderr]    Compiling cmake v0.1.58
[INFO] [stderr]     Checking yoke v0.8.3
[INFO] [stderr]     Checking tokio v1.52.3
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking zerovec v0.11.6
[INFO] [stderr]     Checking zerotrie v0.2.4
[INFO] [stderr]    Compiling memoffset v0.9.1
[INFO] [stderr]     Checking allocator-api2 v0.2.21
[INFO] [stderr]     Checking typenum v1.20.1
[INFO] [stderr]    Compiling zstd-sys v2.0.16+zstd.1.5.7
[INFO] [stderr]    Compiling liblzma-sys v0.4.6
[INFO] [stderr]    Compiling aws-lc-sys v0.41.0
[INFO] [stderr]     Checking regex-automata v0.4.14
[INFO] [stderr]     Checking hashbrown v0.16.1
[INFO] [stderr]     Checking tinystr v0.8.3
[INFO] [stderr]     Checking potential_utf v0.1.5
[INFO] [stderr]     Checking icu_collections v2.2.0
[INFO] [stderr]     Checking icu_locale_core v2.2.0
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking thiserror v2.0.18
[INFO] [stderr]    Compiling prost-derive v0.14.4
[INFO] [stderr]    Compiling lz4-sys v1.11.1+lz4-1.10.0
[INFO] [stderr]     Checking icu_provider v2.2.0
[INFO] [stderr]    Compiling darling_macro v0.20.11
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking axum-core v0.5.6
[INFO] [stderr]     Checking icu_normalizer v2.2.0
[INFO] [stderr]     Checking icu_properties v2.2.0
[INFO] [stderr]    Compiling darling v0.20.11
[INFO] [stderr]     Checking event-listener-strategy v0.5.4
[INFO] [stderr]    Compiling winnow v1.0.3
[INFO] [stderr]     Checking matchit v0.8.4
[INFO] [stderr]    Compiling derive_builder_core v0.20.2
[INFO] [stderr]    Compiling toml_parser v1.1.2+spec-1.1.0
[INFO] [stderr]     Checking prost v0.14.4
[INFO] [stderr]     Checking mixtrics v0.2.4
[INFO] [stderr]     Checking idna_adapter v1.2.2
[INFO] [stderr]     Checking hybrid-array v0.4.12
[INFO] [stderr]    Compiling serde_spanned v1.1.1
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]    Compiling toml_datetime v0.7.5+spec-1.1.0
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling darling_core v0.23.0
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling io-uring v0.7.12
[INFO] [stderr]    Compiling winnow v0.7.15
[INFO] [stderr]    Compiling toml_writer v1.1.1+spec-1.1.0
[INFO] [stderr]    Compiling portable-atomic v1.13.1
[INFO] [stderr]     Checking libbz2-rs-sys v0.2.5
[INFO] [stderr]    Compiling frunk_core v0.4.4
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking rand v0.9.4
[INFO] [stderr]     Checking openssl-probe v0.2.1
[INFO] [stderr]     Checking rustls-native-certs v0.8.4
[INFO] [stderr]     Checking bzip2 v0.6.1
[INFO] [stderr]     Checking block-buffer v0.12.1
[INFO] [stderr]     Checking crypto-common v0.2.2
[INFO] [stderr]     Checking tinyvec v1.11.0
[INFO] [stderr]     Checking clap_builder v4.6.0
[INFO] [stderr]    Compiling nix v0.31.3
[INFO] [stderr]     Checking url v2.5.8
[INFO] [stderr]     Checking regex v1.12.4
[INFO] [stderr]     Checking foyer-intrusive-collections v0.10.0-dev
[INFO] [stderr]     Checking twox-hash v2.1.2
[INFO] [stderr]    Compiling derive_builder_macro v0.20.2
[INFO] [stderr]     Checking async-channel v2.5.0
[INFO] [stderr]    Compiling uncased v0.9.10
[INFO] [stderr]     Checking num_cpus v1.17.0
[INFO] [stderr]    Compiling clap_derive v4.6.1
[INFO] [stderr]    Compiling scroll_derive v0.13.1
[INFO] [stderr]     Checking mea v0.6.4
[INFO] [stderr]     Checking compression-core v0.4.32
[INFO] [stderr]    Compiling object v0.38.1
[INFO] [stderr]     Checking cmsketch v0.2.4
[INFO] [stderr]     Checking web-time v1.1.0
[INFO] [stderr]     Checking const-oid v0.10.2
[INFO] [stderr]     Checking minimal-lexical v0.2.1
[INFO] [stderr]    Compiling small_ctor v0.1.2
[INFO] [stderr]     Checking digest v0.11.3
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking nom v7.1.3
[INFO] [stderr]     Checking fastant v0.1.11
[INFO] [stderr]     Checking scroll v0.13.0
[INFO] [stderr]     Checking blocking v1.6.2
[INFO] [stderr]     Checking core_affinity v0.8.3
[INFO] [stderr]     Checking ruzstd v0.8.3
[INFO] [stderr]     Checking derive_builder v0.20.2
[INFO] [stderr]    Compiling frunk_proc_macro_helpers v0.1.4
[INFO] [stderr]    Compiling toml v0.9.12+spec-1.1.0
[INFO] [stderr]     Checking unicode-normalization v0.1.25
[INFO] [stderr]     Checking tokio-util v0.7.18
[INFO] [stderr]     Checking tokio-stream v0.1.18
[INFO] [stderr]     Checking foyer-tokio v0.22.3
[INFO] [stderr]     Checking prost-types v0.14.4
[INFO] [stderr]     Checking foyer-common v0.22.3
[INFO] [stderr]     Checking matchers v0.2.0
[INFO] [stderr]     Checking async-lock v3.4.2
[INFO] [stderr]     Checking fs4 v0.13.1
[INFO] [stderr]    Compiling figment v0.10.19
[INFO] [stderr]     Checking foyer-memory v0.22.3
[INFO] [stderr]    Compiling strum_macros v0.27.2
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]    Compiling getset v0.1.7
[INFO] [stderr]     Checking clap v4.6.1
[INFO] [stderr]    Compiling cargo_toml v0.22.3
[INFO] [stderr]     Checking h2 v0.4.15
[INFO] [stderr]     Checking tower v0.5.3
[INFO] [stderr]    Compiling build-rs v0.3.4
[INFO] [stderr]     Checking deranged v0.5.8
[INFO] [stderr]    Compiling darling_macro v0.23.0
[INFO] [stderr]     Checking time-core v0.1.9
[INFO] [stderr]     Checking num-conv v0.2.2
[INFO] [stderr]    Compiling darling v0.23.0
[INFO] [stderr]     Checking plain v0.2.3
[INFO] [stderr]    Compiling foyer v0.22.3
[INFO] [stderr]     Checking uuid v1.23.3
[INFO] [stderr]     Checking signature v2.2.0
[INFO] [stderr]     Checking strum v0.27.2
[INFO] [stderr]     Checking cpufeatures v0.3.0
[INFO] [stderr]    Compiling rustc_tools_util v0.4.2
[INFO] [stderr]     Checking sha2 v0.11.0
[INFO] [stderr]     Checking tracing-subscriber v0.3.23
[INFO] [stderr]     Checking hdrhistogram v7.5.4
[INFO] [stderr]     Checking console v0.16.3
[INFO] [stderr]     Checking liblzma v0.4.6
[INFO] [stderr]     Checking cfb v0.7.3
[INFO] [stderr]     Checking goblin v0.10.7
[INFO] [stderr]     Checking axum v0.8.9
[INFO] [stderr]     Checking tower-http v0.6.11
[INFO] [stderr]    Compiling serde_with_macros v3.21.0
[INFO] [stderr]     Checking chrono v0.4.45
[INFO] [stderr]     Checking async-fs v2.2.0
[INFO] [stderr]     Checking time v0.3.49
[INFO] [stderr]     Checking olpc-cjson v0.1.4
[INFO] [stderr]    Compiling frunk_proc_macros v0.1.4
[INFO] [stderr]    Compiling frunk_derives v0.4.4
[INFO] [stderr]     Checking getrandom v0.4.2
[INFO] [stderr]     Checking futures-executor v0.3.32
[INFO] [stderr]     Checking xattr v1.6.1
[INFO] [stderr]    Compiling lazy-regex-proc_macros v3.6.0
[INFO] [stderr]     Checking filetime v0.2.29
[INFO] [stderr]     Checking crossbeam-channel v0.5.15
[INFO] [stderr]     Checking http-auth v0.1.10
[INFO] [stderr]     Checking quick-xml v0.39.4
[INFO] [stderr]     Checking unit-prefix v0.5.2
[INFO] [stderr]     Checking unicase v2.9.0
[INFO] [stderr]     Checking humantime v2.3.0
[INFO] [stderr]     Checking rustc-hash v2.1.2
[INFO] [stderr]     Checking astral-tokio-tar v0.6.2
[INFO] [stderr]    Compiling enum_dispatch v0.3.13
[INFO] [stderr]     Checking lazy-regex v3.6.0
[INFO] [stderr]     Checking oci-spec v0.9.0
[INFO] [stderr]     Checking serde_with v3.21.0
[INFO] [stderr]     Checking indicatif v0.18.4
[INFO] [stderr]     Checking futures v0.3.32
[INFO] [stderr]     Checking tempfile v3.27.0
[INFO] [stderr]     Checking os_info v3.15.0
[INFO] [stderr]     Checking async-walkdir v2.1.0
[INFO] [stderr]     Checking infer v0.19.0
[INFO] [stderr]     Checking clap-verbosity-flag v3.0.4
[INFO] [stderr]     Checking envy v0.4.2
[INFO] [stderr]    Compiling serde_repr v0.1.20
[INFO] [stderr]    Compiling neobrew v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling async-recursion v1.1.1
[INFO] [stdout] warning: lint `fuzzy_provenance_casts` has been renamed to `implicit_provenance_casts`
[INFO] [stdout]   --> build/mod.rs:17:9
[INFO] [stdout]    |
[INFO] [stdout] 17 |         fuzzy_provenance_casts,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `implicit_provenance_casts`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(renamed_and_removed_lints)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `lossy_provenance_casts` has been renamed to `implicit_provenance_casts`
[INFO] [stdout]   --> build/mod.rs:19:9
[INFO] [stdout]    |
[INFO] [stdout] 19 |         lossy_provenance_casts,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `implicit_provenance_casts`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling visibility v0.1.1
[INFO] [stderr]     Checking etcetera v0.11.0
[INFO] [stderr]     Checking pathdiff v0.2.3
[INFO] [stderr]     Checking base16ct v1.0.0
[INFO] [stderr]     Checking path-clean v1.0.1
[INFO] [stderr]     Checking proc-exit v2.0.2
[INFO] [stderr]     Checking plist v1.9.0
[INFO] [stderr]     Checking hyper v1.10.1
[INFO] [stderr]     Checking zstd v0.13.3
[INFO] [stderr]     Checking compression-codecs v0.4.38
[INFO] [stderr]     Checking frunk v0.4.4
[INFO] [stderr]     Checking async-compression v0.4.42
[INFO] [stderr]     Checking arwen v0.0.5
[INFO] [stderr]     Checking hyper-util v0.1.20
[INFO] [stderr]     Checking async_zip v0.0.18
[INFO] [stderr]     Checking hyper-timeout v0.5.2
[INFO] [stderr]     Checking tonic v0.14.6
[INFO] [stderr]     Checking tonic-prost v0.14.6
[INFO] [stderr]     Checking console-api v0.9.0
[INFO] [stderr]     Checking console-subscriber v0.5.0
[INFO] [stderr]     Checking lz4 v1.28.1
[INFO] [stderr]     Checking foyer-storage v0.22.3
[INFO] [stderr]     Checking rustls-webpki v0.103.13
[INFO] [stderr]     Checking jsonwebtoken v10.4.0
[INFO] [stderr]     Checking tokio-rustls v0.26.4
[INFO] [stderr]     Checking rustls-platform-verifier v0.7.0
[INFO] [stderr]     Checking hyper-rustls v0.27.9
[INFO] [stderr]     Checking reqwest v0.13.4
[INFO] [stderr]     Checking oci-client v0.17.0
[INFO] [stdout] warning: lint `fuzzy_provenance_casts` has been renamed to `implicit_provenance_casts`
[INFO] [stdout]   --> src/lib.rs:27:9
[INFO] [stdout]    |
[INFO] [stdout] 27 |         fuzzy_provenance_casts,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `implicit_provenance_casts`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(renamed_and_removed_lints)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `lossy_provenance_casts` has been renamed to `implicit_provenance_casts`
[INFO] [stdout]   --> src/lib.rs:28:9
[INFO] [stdout]    |
[INFO] [stdout] 28 |         lossy_provenance_casts,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `implicit_provenance_casts`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: extern crate `console_subscriber` is unused in crate `neobrew`
[INFO] [stdout]   |
[INFO] [stdout]   = help: remove the dependency or add `use console_subscriber as _;` to the crate root
[INFO] [stdout]   = note: requested on the command line with `-W unused-crate-dependencies`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: extern crate `tracing_subscriber` is unused in crate `neobrew`
[INFO] [stdout]   |
[INFO] [stdout]   = help: remove the dependency or add `use tracing_subscriber as _;` to the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `fuzzy_provenance_casts` has been renamed to `implicit_provenance_casts`
[INFO] [stdout]   --> src/lib.rs:27:9
[INFO] [stdout]    |
[INFO] [stdout] 27 |         fuzzy_provenance_casts,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `implicit_provenance_casts`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(renamed_and_removed_lints)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `lossy_provenance_casts` has been renamed to `implicit_provenance_casts`
[INFO] [stdout]   --> src/lib.rs:28:9
[INFO] [stdout]    |
[INFO] [stdout] 28 |         lossy_provenance_casts,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `implicit_provenance_casts`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: extern crate `console_subscriber` is unused in crate `neobrew`
[INFO] [stdout]   |
[INFO] [stdout]   = help: remove the dependency or add `use console_subscriber as _;` to the crate root
[INFO] [stdout]   = note: requested on the command line with `-W unused-crate-dependencies`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: extern crate `tracing_subscriber` is unused in crate `neobrew`
[INFO] [stdout]   |
[INFO] [stdout]   = help: remove the dependency or add `use tracing_subscriber as _;` to the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `fuzzy_provenance_casts` has been renamed to `implicit_provenance_casts`
[INFO] [stdout]   --> src/main.rs:17:9
[INFO] [stdout]    |
[INFO] [stdout] 17 |         fuzzy_provenance_casts,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `implicit_provenance_casts`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(renamed_and_removed_lints)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `lossy_provenance_casts` has been renamed to `implicit_provenance_casts`
[INFO] [stdout]   --> src/main.rs:19:9
[INFO] [stdout]    |
[INFO] [stdout] 19 |         lossy_provenance_casts,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `implicit_provenance_casts`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: extern crate `arwen` is unused in crate `nbrew`
[INFO] [stdout]   |
[INFO] [stdout]   = help: remove the dependency or add `use arwen as _;` to the crate root
[INFO] [stdout]   = note: requested on the command line with `-W unused-crate-dependencies`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: extern crate `async_compression` is unused in crate `nbrew`
[INFO] [stdout]   |
[INFO] [stdout]   = help: remove the dependency or add `use async_compression as _;` to the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: extern crate `async_recursion` is unused in crate `nbrew`
[INFO] [stdout]   |
[INFO] [stdout]   = help: remove the dependency or add `use async_recursion as _;` to the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: extern crate `async_trait` is unused in crate `nbrew`
[INFO] [stdout]   |
[INFO] [stdout]   = help: remove the dependency or add `use async_trait as _;` to the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: extern crate `async_walkdir` is unused in crate `nbrew`
[INFO] [stdout]   |
[INFO] [stdout]   = help: remove the dependency or add `use async_walkdir as _;` to the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: extern crate `async_zip` is unused in crate `nbrew`
[INFO] [stdout]   |
[INFO] [stdout]   = help: remove the dependency or add `use async_zip as _;` to the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: extern crate `base16ct` is unused in crate `nbrew`
[INFO] [stdout]   |
[INFO] [stdout]   = help: remove the dependency or add `use base16ct as _;` to the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: extern crate `bytes` is unused in crate `nbrew`
[INFO] [stdout]   |
[INFO] [stdout]   = help: remove the dependency or add `use bytes as _;` to the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: extern crate `enum_dispatch` is unused in crate `nbrew`
[INFO] [stdout]   |
[INFO] [stdout]   = help: remove the dependency or add `use enum_dispatch as _;` to the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: extern crate `envy` is unused in crate `nbrew`
[INFO] [stdout]   |
[INFO] [stdout]   = help: remove the dependency or add `use envy as _;` to the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: extern crate `etcetera` is unused in crate `nbrew`
[INFO] [stdout]   |
[INFO] [stdout]   = help: remove the dependency or add `use etcetera as _;` to the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: extern crate `figment` is unused in crate `nbrew`
[INFO] [stdout]   |
[INFO] [stdout]   = help: remove the dependency or add `use figment as _;` to the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: extern crate `foyer` is unused in crate `nbrew`
[INFO] [stdout]   |
[INFO] [stdout]   = help: remove the dependency or add `use foyer as _;` to the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: extern crate `frunk` is unused in crate `nbrew`
[INFO] [stdout]   |
[INFO] [stdout]   = help: remove the dependency or add `use frunk as _;` to the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: extern crate `futures` is unused in crate `nbrew`
[INFO] [stdout]   |
[INFO] [stdout]   = help: remove the dependency or add `use futures as _;` to the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: extern crate `indicatif` is unused in crate `nbrew`
[INFO] [stdout]   |
[INFO] [stdout]   = help: remove the dependency or add `use indicatif as _;` to the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: extern crate `indoc` is unused in crate `nbrew`
[INFO] [stdout]   |
[INFO] [stdout]   = help: remove the dependency or add `use indoc as _;` to the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: extern crate `infer` is unused in crate `nbrew`
[INFO] [stdout]   |
[INFO] [stdout]   = help: remove the dependency or add `use infer as _;` to the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: extern crate `lazy_regex` is unused in crate `nbrew`
[INFO] [stdout]   |
[INFO] [stdout]   = help: remove the dependency or add `use lazy_regex as _;` to the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: extern crate `oci_client` is unused in crate `nbrew`
[INFO] [stdout]   |
[INFO] [stdout]   = help: remove the dependency or add `use oci_client as _;` to the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: extern crate `os_info` is unused in crate `nbrew`
[INFO] [stdout]   |
[INFO] [stdout]   = help: remove the dependency or add `use os_info as _;` to the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: extern crate `path_clean` is unused in crate `nbrew`
[INFO] [stdout]   |
[INFO] [stdout]   = help: remove the dependency or add `use path_clean as _;` to the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: extern crate `pathdiff` is unused in crate `nbrew`
[INFO] [stdout]   |
[INFO] [stdout]   = help: remove the dependency or add `use pathdiff as _;` to the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: extern crate `plist` is unused in crate `nbrew`
[INFO] [stdout]   |
[INFO] [stdout]   = help: remove the dependency or add `use plist as _;` to the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: extern crate `reqwest` is unused in crate `nbrew`
[INFO] [stdout]   |
[INFO] [stdout]   = help: remove the dependency or add `use reqwest as _;` to the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: extern crate `rustc_tools_util` is unused in crate `nbrew`
[INFO] [stdout]   |
[INFO] [stdout]   = help: remove the dependency or add `use rustc_tools_util as _;` to the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: extern crate `serde` is unused in crate `nbrew`
[INFO] [stdout]   |
[INFO] [stdout]   = help: remove the dependency or add `use serde as _;` to the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: extern crate `serde_json` is unused in crate `nbrew`
[INFO] [stdout]   |
[INFO] [stdout]   = help: remove the dependency or add `use serde_json as _;` to the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: extern crate `serde_repr` is unused in crate `nbrew`
[INFO] [stdout]   |
[INFO] [stdout]   = help: remove the dependency or add `use serde_repr as _;` to the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: extern crate `serde_with` is unused in crate `nbrew`
[INFO] [stdout]   |
[INFO] [stdout]   = help: remove the dependency or add `use serde_with as _;` to the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: extern crate `sha2` is unused in crate `nbrew`
[INFO] [stdout]   |
[INFO] [stdout]   = help: remove the dependency or add `use sha2 as _;` to the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: extern crate `tempfile` is unused in crate `nbrew`
[INFO] [stdout]   |
[INFO] [stdout]   = help: remove the dependency or add `use tempfile as _;` to the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: extern crate `thiserror` is unused in crate `nbrew`
[INFO] [stdout]   |
[INFO] [stdout]   = help: remove the dependency or add `use thiserror as _;` to the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: extern crate `tokio_stream` is unused in crate `nbrew`
[INFO] [stdout]   |
[INFO] [stdout]   = help: remove the dependency or add `use tokio_stream as _;` to the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: extern crate `tokio_tar` is unused in crate `nbrew`
[INFO] [stdout]   |
[INFO] [stdout]   = help: remove the dependency or add `use tokio_tar as _;` to the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: extern crate `tokio_util` is unused in crate `nbrew`
[INFO] [stdout]   |
[INFO] [stdout]   = help: remove the dependency or add `use tokio_util as _;` to the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: extern crate `url` is unused in crate `nbrew`
[INFO] [stdout]   |
[INFO] [stdout]   = help: remove the dependency or add `use url as _;` to the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: extern crate `visibility` is unused in crate `nbrew`
[INFO] [stdout]   |
[INFO] [stdout]   = help: remove the dependency or add `use visibility as _;` to the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `fuzzy_provenance_casts` has been renamed to `implicit_provenance_casts`
[INFO] [stdout]   --> src/main.rs:17:9
[INFO] [stdout]    |
[INFO] [stdout] 17 |         fuzzy_provenance_casts,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `implicit_provenance_casts`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(renamed_and_removed_lints)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `lossy_provenance_casts` has been renamed to `implicit_provenance_casts`
[INFO] [stdout]   --> src/main.rs:19:9
[INFO] [stdout]    |
[INFO] [stdout] 19 |         lossy_provenance_casts,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `implicit_provenance_casts`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: extern crate `arwen` is unused in crate `nbrew`
[INFO] [stdout]   |
[INFO] [stdout]   = help: remove the dependency or add `use arwen as _;` to the crate root
[INFO] [stdout]   = note: requested on the command line with `-W unused-crate-dependencies`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: extern crate `async_compression` is unused in crate `nbrew`
[INFO] [stdout]   |
[INFO] [stdout]   = help: remove the dependency or add `use async_compression as _;` to the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: extern crate `async_recursion` is unused in crate `nbrew`
[INFO] [stdout]   |
[INFO] [stdout]   = help: remove the dependency or add `use async_recursion as _;` to the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: extern crate `async_trait` is unused in crate `nbrew`
[INFO] [stdout]   |
[INFO] [stdout]   = help: remove the dependency or add `use async_trait as _;` to the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: extern crate `async_walkdir` is unused in crate `nbrew`
[INFO] [stdout]   |
[INFO] [stdout]   = help: remove the dependency or add `use async_walkdir as _;` to the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: extern crate `async_zip` is unused in crate `nbrew`
[INFO] [stdout]   |
[INFO] [stdout]   = help: remove the dependency or add `use async_zip as _;` to the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: extern crate `base16ct` is unused in crate `nbrew`
[INFO] [stdout]   |
[INFO] [stdout]   = help: remove the dependency or add `use base16ct as _;` to the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: extern crate `bytes` is unused in crate `nbrew`
[INFO] [stdout]   |
[INFO] [stdout]   = help: remove the dependency or add `use bytes as _;` to the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: extern crate `enum_dispatch` is unused in crate `nbrew`
[INFO] [stdout]   |
[INFO] [stdout]   = help: remove the dependency or add `use enum_dispatch as _;` to the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: extern crate `envy` is unused in crate `nbrew`
[INFO] [stdout]   |
[INFO] [stdout]   = help: remove the dependency or add `use envy as _;` to the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: extern crate `etcetera` is unused in crate `nbrew`
[INFO] [stdout]   |
[INFO] [stdout]   = help: remove the dependency or add `use etcetera as _;` to the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: extern crate `figment` is unused in crate `nbrew`
[INFO] [stdout]   |
[INFO] [stdout]   = help: remove the dependency or add `use figment as _;` to the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: extern crate `foyer` is unused in crate `nbrew`
[INFO] [stdout]   |
[INFO] [stdout]   = help: remove the dependency or add `use foyer as _;` to the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: extern crate `frunk` is unused in crate `nbrew`
[INFO] [stdout]   |
[INFO] [stdout]   = help: remove the dependency or add `use frunk as _;` to the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: extern crate `futures` is unused in crate `nbrew`
[INFO] [stdout]   |
[INFO] [stdout]   = help: remove the dependency or add `use futures as _;` to the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: extern crate `indicatif` is unused in crate `nbrew`
[INFO] [stdout]   |
[INFO] [stdout]   = help: remove the dependency or add `use indicatif as _;` to the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: extern crate `indoc` is unused in crate `nbrew`
[INFO] [stdout]   |
[INFO] [stdout]   = help: remove the dependency or add `use indoc as _;` to the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: extern crate `infer` is unused in crate `nbrew`
[INFO] [stdout]   |
[INFO] [stdout]   = help: remove the dependency or add `use infer as _;` to the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: extern crate `lazy_regex` is unused in crate `nbrew`
[INFO] [stdout]   |
[INFO] [stdout]   = help: remove the dependency or add `use lazy_regex as _;` to the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: extern crate `oci_client` is unused in crate `nbrew`
[INFO] [stdout]   |
[INFO] [stdout]   = help: remove the dependency or add `use oci_client as _;` to the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: extern crate `os_info` is unused in crate `nbrew`
[INFO] [stdout]   |
[INFO] [stdout]   = help: remove the dependency or add `use os_info as _;` to the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: extern crate `path_clean` is unused in crate `nbrew`
[INFO] [stdout]   |
[INFO] [stdout]   = help: remove the dependency or add `use path_clean as _;` to the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: extern crate `pathdiff` is unused in crate `nbrew`
[INFO] [stdout]   |
[INFO] [stdout]   = help: remove the dependency or add `use pathdiff as _;` to the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: extern crate `plist` is unused in crate `nbrew`
[INFO] [stdout]   |
[INFO] [stdout]   = help: remove the dependency or add `use plist as _;` to the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: extern crate `reqwest` is unused in crate `nbrew`
[INFO] [stdout]   |
[INFO] [stdout]   = help: remove the dependency or add `use reqwest as _;` to the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: extern crate `rustc_tools_util` is unused in crate `nbrew`
[INFO] [stdout]   |
[INFO] [stdout]   = help: remove the dependency or add `use rustc_tools_util as _;` to the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: extern crate `serde` is unused in crate `nbrew`
[INFO] [stdout]   |
[INFO] [stdout]   = help: remove the dependency or add `use serde as _;` to the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: extern crate `serde_json` is unused in crate `nbrew`
[INFO] [stdout]   |
[INFO] [stdout]   = help: remove the dependency or add `use serde_json as _;` to the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: extern crate `serde_repr` is unused in crate `nbrew`
[INFO] [stdout]   |
[INFO] [stdout]   = help: remove the dependency or add `use serde_repr as _;` to the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: extern crate `serde_with` is unused in crate `nbrew`
[INFO] [stdout]   |
[INFO] [stdout]   = help: remove the dependency or add `use serde_with as _;` to the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: extern crate `sha2` is unused in crate `nbrew`
[INFO] [stdout]   |
[INFO] [stdout]   = help: remove the dependency or add `use sha2 as _;` to the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: extern crate `tempfile` is unused in crate `nbrew`
[INFO] [stdout]   |
[INFO] [stdout]   = help: remove the dependency or add `use tempfile as _;` to the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: extern crate `thiserror` is unused in crate `nbrew`
[INFO] [stdout]   |
[INFO] [stdout]   = help: remove the dependency or add `use thiserror as _;` to the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: extern crate `tokio_stream` is unused in crate `nbrew`
[INFO] [stdout]   |
[INFO] [stdout]   = help: remove the dependency or add `use tokio_stream as _;` to the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: extern crate `tokio_tar` is unused in crate `nbrew`
[INFO] [stdout]   |
[INFO] [stdout]   = help: remove the dependency or add `use tokio_tar as _;` to the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: extern crate `tokio_util` is unused in crate `nbrew`
[INFO] [stdout]   |
[INFO] [stdout]   = help: remove the dependency or add `use tokio_util as _;` to the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: extern crate `url` is unused in crate `nbrew`
[INFO] [stdout]   |
[INFO] [stdout]   = help: remove the dependency or add `use url as _;` to the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: extern crate `visibility` is unused in crate `nbrew`
[INFO] [stdout]   |
[INFO] [stdout]   = help: remove the dependency or add `use visibility as _;` to the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 15s
[INFO] running `Command { std: "docker" "inspect" "84e14edabe8a01c2cb64cd445d4fffe7c97f9ada6f3f2f75e447370c62ecfa19", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "84e14edabe8a01c2cb64cd445d4fffe7c97f9ada6f3f2f75e447370c62ecfa19", kill_on_drop: false }`
[INFO] [stdout] 84e14edabe8a01c2cb64cd445d4fffe7c97f9ada6f3f2f75e447370c62ecfa19
